home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CHIP_CD_2004-11.iso / software / dragon / dup500-setup.exe / {app} / utils / templates / duhtcomp.txt < prev    next >
Encoding:
Text File  |  2003-09-27  |  4.7 KB  |  136 lines

  1. Dragon UnPACKer HTML Template Compiler (DUTHComp) v2.0.3 Beta          Freeware
  2. (c)Copyright 2000-2003 Alex Devilliers                               07-04-2003
  3. ===============================================================================
  4.  
  5.   What is DUHTComp ?
  6.   ------------------
  7.  
  8. This program allow you to make .UHT files for Dragon UnPACKer 5.
  9. Allowing you if you want to make a HTML Template for the HTML List feature of
  10. Dragon UnPACKer.
  11.  
  12.  
  13.   How to use DUHTComp
  14.   -------------------
  15.  
  16. The compiler by itself is very easy to use.
  17. Just run it with the filename you wish to compile.
  18.  
  19. Ex: DUHTComp example.ts
  20.  
  21. But the TSF (Template Source file) format can seem strange.
  22. The only doc you will have is the commented TS files given in the examples
  23. (ex-*.zip files).
  24.  
  25. You can find those examples in the files:
  26.   ex-homepage.zip       Dragon UnPACKer 4 HTML Style v1.1c
  27.   ex-text.zip           Text Database v1.0b
  28.   ex-xml.zip            XML Database v1.0b
  29.  
  30. It should be enough to understand how to make a template.
  31.  
  32. But here is the list of macros to know:
  33. (H = Header, F = Footer and V = Variable)
  34.  
  35.                   HFV
  36.   $$FILE$$          X  File (ex: VERSION.TXT)
  37.   $$FILE0$$         X  File without extension (ex: VERSION)
  38.   $$FILEEXT$$       X  File extension (ex: TXT)
  39.   $$FILENAME$$    XXX  Filename of the currently opened file in Dragon UnPACKer
  40.   $$FORMAT$$      XX   Format of the currently opened file in Dragon UnPACKer
  41.   $$DESC$$          X  Description
  42.   $$DIRECTORY$$   XXX  Current directory in main file
  43.   $$DUPVER$$      XX   Dragon UnPACKer version (displayed #.##.##)
  44.   $$DUPEDIT$$     XX   Dragon UnPACKer release (displayed ###, ex: Beta)
  45.   $$DUPURL$$      XX   Dragon UnPACKer Web page URL
  46.   $$LNG<??????>$$ XX   Dragon UnPACKer Language keyword "??????"
  47.   $$OFFSET$$        X  Offset
  48.   $$HOFFSET$$       X  Offset (In Hexa, ex: 0009AD01)
  49.   $$SIZE$$          X  Size
  50.   $$HSIZE$$         X  Size (In Hexa, ex: 0009AD01)
  51.   $$TOTNUMBYTES$$  X   Number of bytes in file
  52.   $$TOTNUMFILES$$  X   Number of files in file
  53.  
  54.   Compatibility list
  55.   ------------------
  56.  
  57. DUHTComp is compiling DUHT files version 2 (Revision 11/03/2003).
  58. Here is a list of programs supporting this format:
  59.  
  60. Dragon UnPACKer v5.0.0.86 Beta 3 and earlier versions
  61.  
  62. Please note that files compiled using older versions of DUHTComp cannot be used
  63. with v5.x of Dragon UnPACKer. Files compiled with this version cannot be used
  64. with v4.x of Dragon UnPACKer.
  65.  
  66.  
  67.   Contact
  68.   -------
  69.  
  70. Elbereth Zone is available on the internet at:
  71. http://www.elberethzone.net
  72.  
  73. You can reach Alex Devilliers:
  74.  
  75.  By E-Mail: dup5templates (at) dragonunpacker (dot) com
  76.     By ICQ: 1535372 (Elbereth)
  77.  
  78.  
  79.   What's new?
  80.   -----------
  81.  
  82. Version 2.0.3 Beta:
  83.  
  84.  i Public release (Dragon UnPACKer v5.0.0 Beta 3) with DUHT v2 (rev 11/03/2003)
  85.    support (only features used by Dragon UnPACKer v5.0.0 Beta 3).
  86.  i Please note that preview picture (JPEG) isn't verified as a valid JPEG file.
  87.    If you don't use a valid JPEG file DUP5 will certainly crash when you will
  88.    select your template.
  89.  
  90. Version 2.0.2 Beta:
  91.  
  92.  i Internal release with preliminary DUHT v2 (rev 11/03/2003) support.
  93.    Added new EXT and EXTINFO infos support to DUHT v2 files.
  94.  
  95. Version 2.0.1 Alpha:
  96.  
  97.  i Internal release with preliminary DUHT v2 (rev 17/11/2002) support.
  98.    Developped from scratch in Delphi. Console program.
  99.  - Removed support for DUHT v1 files.
  100.  + Added preliminary DUHT v2 support.
  101.    Specs of DUHT v2:               Status  Missing
  102.    Header                            100%
  103.    Extended Header v1                 99%  Option to disable Extended Header
  104.    Entry encryption                    0%
  105.    Entry compression (Zlib)          100%
  106.    Entry CRC-32                      100%  (Untested)
  107.    Extra Information                 100%
  108.    Image entry IM                    100%
  109.    Normal entry HD                   100%
  110.    Normal entry FT                   100%
  111.    Normal entry VR                   100%
  112.    Preview entry PV                   90%  Verify it is a JPEG file
  113.    Special entry HR                    0%  (Experimental in spec)
  114.    Special entry FR                    0%  (Experimental in spec)
  115.  
  116. Version 1.2.1:
  117.  
  118.  + Added verifications (check if files exist).
  119.  - Removed the need of having cmctl32.ocx.
  120.  ! Removed a debug msgbox.
  121.  
  122. Version 1.1.6:
  123.  
  124.  + Added IncludeFile (IM) to the UHT file format.
  125.    Maximum number of IncludeFile: 100
  126.  + Added Preview (PV) to the UHT file format.
  127.  ! Fixed many bugs..
  128.  
  129. Version 1.0.6:
  130.  
  131.  i First working version ever.
  132.  i Updated documentation on 04/11/2000.
  133.    Now included in the Dragon UnPACKer archive.
  134.  
  135. ===============================================================================
  136.